Capture focus

Description

Controls focus capture behavior for the ViewBox and whether or not the ViewBox control should capture focus when tapped/clicked or if focus should be propagated to the HTML elements in the ViewBox layout.

Discussion

The Capture focus property allows you to specify if the ViewBox control can capture focus. Be default, this property is enabled. If the ViewBox layout contains standard HTML controls (such as <input> or <textarea> HTML elements) the user needs to interact with, disable the Capture focus property.

If Capture focus is disabled, the Allow keyboard navigation to give focus property is exposed.